Tags: machine learning* + python*

0 bookmark(s) - Sort by: Date ↓ / Title /

  1. This example demonstrates Density-Based Spatial Clustering of Applications with Noise (DBSCAN) using scikit-learn, showing how to generate synthetic clusters, compute DBSCAN clustering, and visualize the results, including core and non-core samples.
  2. This article details a method for training large language models (LLMs) for code generation using a secure, local WebAssembly-based code interpreter and reinforcement learning with Group Relative Policy Optimization (GRPO). It covers the setup, training process, evaluation, and potential next steps.
  3. SmolVLM2 represents a shift in video understanding technology by introducing efficient models that can run on various devices, from phones to servers. The release includes models of three sizes (2.2B, 500M, and 256M) with Python and Swift API support. These models offer video understanding capabilities with reduced memory consumption, supported by a suite of demo applications for practical use.
  4. This tutorial demonstrates how to fine-tune the Llama-2 7B Chat model for Python code generation using QLoRA, gradient checkpointing, and SFTTrainer with the Alpaca-14k dataset.
  5. "An example of simultaneously optimizing two policies for two adversarial agents, looking specifically at the cat and mouse game."

    The article explores developing strategies for two players with conflicting goals, using methods like game trees, reinforcement learning, and hill-climbing optimization. The focus is on determining optimal policies for each player to either catch or evade capture, considering board configurations and player turn orders. The article further details how hill climbing is applied to improve strategies incrementally, using variations in policies to evaluate and enhance performance over numerous iterations.
  6. Pete Warden shares his experience and knowledge about the memory layout of the Raspberry Pi Pico board, specifically the RP2040 microcontroller. He encountered baffling bugs while updating TensorFlow Lite Micro and traced them to poor understanding of the memory layout. The article provides detailed insights into the physical and RAM layouts, stack behavior, and potential pitfalls.
  7. A step-by-step guide on understanding and implementing t-SNE for visualizing high-dimensional data using Python.
  8. ASCVIT V1 aims to make data analysis easier by automating statistical calculations, visualizations, and interpretations.

    Includes descriptive statistics, hypothesis tests, regression, time series analysis, clustering, and LLM-powered data interpretation.

    - Accepts CSV or Excel files. Provides a data overview including summary statistics, variable types, and data points.
    - Histograms, boxplots, pairplots, correlation matrices.
    - t-tests, ANOVA, chi-square test.
    - Linear, logistic, and multivariate regression.
    - Time series analysis.
    - k-means, hierarchical clustering, DBSCAN.

    Integrates with an LLM (large language model) via Ollama for automated interpretation of statistical results.
  9. An overview of clustering algorithms, including centroid-based (K-Means, K-Means++), density-based (DBSCAN), hierarchical, and distribution-based clustering. The article explains how each type works, its pros and cons, provides code examples, and discusses use cases.
  10. The article discusses the resurgence of programming languages designed specifically for AI development, highlighting Mojo as a promising example. It explores the historical context of AI-focused languages, the limitations of Python for AI, and the features and benefits of Mojo and other emerging AI languages.

Top of the page

First / Previous / Next / Last / Page 2 of 0 SemanticScuttle - klotz.me: tagged with "machine learning+python"

About - Propulsed by SemanticScuttle